The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "math::pari"

Math::Pari - Perl interface to PARI. River stage two • 4 direct dependents • 15 total dependents

This package is a Perl interface to famous library PARI for numerical/scientific/number-theoretic calculations. It allows use of most PARI functions as Perl functions, and (almost) seamless merging of PARI and Perl data. In what follows we suppose pr...

ILYAZ/Math-Pari-2.030523 - 12 Apr 2022 09:21:44 UTC - Search in distribution
  • Math::PariInit - load Math::Pari with specified $primelimit and $initmem.
  • Math::PariBuild - utility functions used during configuration of Math::Pari.

Math::BigInt::Pari - a math backend library based on Math::Pari River stage zero No dependents

Math::BigInt::Pari inherits from Math::BigInt::Lib. Provides support for big integer in Math::BigInt et al. calculations via means of Math::Pari, an XS layer on top of the very fast PARI library....

PJACKLAM/Math-BigInt-Pari-1.3014 - 06 Jan 2024 12:40:20 UTC - Search in distribution

perlop - Operadores y precedencia en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

perlop - Perl operators and precedence River stage five • 11292 direct dependents • 32664 total dependents

In Perl, the operator determines what operation is performed, independent of the type of the operands. For example "$x + $y" is always a numeric addition, and if $x or $y do not contain numbers, an attempt is made to convert them to numbers first. Th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Math::GMP - High speed arbitrary size integer math River stage one • 5 direct dependents • 8 total dependents

Math::GMP was designed to be a drop-in replacement both for Math::BigInt and for regular integer arithmetic. Unlike BigInt, though, Math::GMP uses the GNU gmp library for all of its calculations, as opposed to straight Perl functions. This can result...

SHLOMIF/Math-GMP-2.25 - 15 Mar 2022 09:26:46 UTC - Search in distribution

Glib - Perl wrappers for the GLib utility and Object libraries River stage three • 93 direct dependents • 195 total dependents

This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials you can find on using GLib may still apply to using the libraries from perl. This module also provides f...

XAOC/Glib-1.3294 - 28 Aug 2023 23:03:08 UTC - Search in distribution

IT::perlfunc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

bigint - transparent big integer support for Perl River stage three • 30 direct dependents • 363 total dependents

All numeric literal in the given scope are converted to Math::BigInt objects. Numeric literal that represent non-integers are truncated to an integer. All results of expressions are also truncated to integer. All operators (including basic math opera...

PJACKLAM/bignum-0.67 - 30 Dec 2023 13:48:09 UTC - Search in distribution
  • bigrat - transparent big rational number support for Perl
  • bignum - transparent big number support for Perl
  • bigfloat - transparent big floating point number support for Perl

Perl::Dist::Inno - 3rd Generation Distribution Builder using Inno Setup River stage zero No dependents

Perl::Dist::Inno is a Win32 Perl distribution builder that targets the Inno Setup 5 installer creation program. It provides a rich set of functionality that allows a distribution developer to specify either Perl 5.8.8 or Perl 5.10.0, specify addition...

ADAMK/Perl-Dist-1.16 - 07 Jul 2009 15:38:41 UTC - Search in distribution

Sidef::Types::Number::Number River stage one • 1 direct dependent • 1 total dependent

The "Number" class implements support for numerical operations, supporting integers, rationals, floating-points and complex numbers at arbitrary precision. This class also implements many useful mathematical methods, from basic arithmetical operation...

TRIZEN/Sidef-24.01 - 06 Jan 2024 17:09:42 UTC - Search in distribution

005-console.pl - A quick demo of what can be accomplished in (slightly) less than 100 lines River stage zero No dependents

In truth, this is still a very basic demonstration of a full "Net::BitTorrent"-based client but I wanted to fit this into 100 comfortable lines. It's certainly enough to get you started....

SANKO/Net-BitTorrent-0.052 - 02 Apr 2010 18:53:59 UTC - Search in distribution

Crypt::DSA - DSA Signatures and Key Generation River stage one • 2 direct dependents • 5 total dependents

*Crypt::DSA* is an implementation of the DSA (Digital Signature Algorithm) signature verification system. The implementation itself is pure Perl, although the heavy-duty mathematics underneath are provided by the *Math::Pari* library. This package pr...

ADAMK/Crypt-DSA-1.17 - 17 Jun 2011 01:49:57 UTC - Search in distribution

Math::FFT - Perl module to calculate Fast Fourier Transforms River stage one • 2 direct dependents • 2 total dependents

This module implements some algorithms for calculating Fast Fourier Transforms for one-dimensional data sets of size 2^n. The data, assumed to arise from a constant sampling rate, is represented by an array reference $data (as described in the method...

SHLOMIF/Math-FFT-1.36 - 17 Oct 2020 13:23:20 UTC - Search in distribution

Crypt::DH - Diffie-Hellman key exchange system River stage zero No dependents

*Crypt::DH* is a Perl implementation of the Diffie-Hellman key exchange system. Diffie-Hellman is an algorithm by which two parties can agree on a shared secret key, known only to them. The secret is negotiated over an insecure network without the tw...

MITHALDU/Crypt-DH-0.07 - 06 Jul 2012 10:22:30 UTC - Search in distribution

Math::GMPn - Fixed length integer arithmetic. River stage zero No dependents

This module provides a set of functions to perform arithmetic on fixed length but arbitrarily large bit strings implemented on top of the GMP library low level functions (see <http://gmplib.org/manual/Low_002dlevel-Functions.html>). Numbers are repre...

SALVA/Math-GMPn-0.03 - 24 Feb 2011 12:00:04 UTC - Search in distribution

Math::MatrixReal - Matrix of Reals River stage two • 8 direct dependents • 22 total dependents

LETO/Math-MatrixReal-2.13 - 25 Sep 2016 19:05:41 UTC - Search in distribution

Convert::PEM - Read/write encrypted ASN.1 PEM files River stage zero No dependents

*Convert::PEM* reads and writes PEM files containing ASN.1-encoded objects. The files can optionally be encrypted using a symmetric cipher algorithm, such as 3DES. An unencrypted PEM file might look something like this: -----BEGIN DH PARAMETERS----- ...

BTROTT/Convert-PEM-0.08 - 07 Dec 2010 18:42:26 UTC - Search in distribution

Crypt::RSA - RSA public-key cryptosystem. River stage one • 2 direct dependents • 4 total dependents

Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations. Crypt::RSA provides arbi...

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC - Search in distribution

Configuration - Configuration for ClearCase::Wrapper::MGi River stage zero No dependents

The *extra* directory contains files which can be used to configure the wrapper for specific needs, either on a site on a user basis. The features described here are not enabled by default. One functionality is highly experimental (the "FSCBROKER" en...

MGI/ClearCase-Wrapper-MGi-1.00 - 22 Aug 2012 11:37:56 UTC - Search in distribution

Path::Hilbert - A no-frills converter between 1D and 2D spaces using the Hilbert curve River stage zero No dependents

See Wikipedia for a description of the Hilbert curve, and why it's a good idea. Most (all?) of the existing CPAN modules for dealing with Hilbert curves state "only works for $foo data", "optimized for $foo situations", or "designed to work as part o...

PWBENNETT/Path-Hilbert-2.000 - 15 Feb 2016 15:25:48 UTC - Search in distribution
57 results (0.063 seconds)